From: Richard M. Stallman Date: Sat, 23 Mar 1996 04:25:29 +0000 (+0000) Subject: (install-strip): Get rid of continuation. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~84205 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b9440f7e80269d37a2cebfc477b0596e2c733379;p=emacs.git (install-strip): Get rid of continuation. --- diff --git a/Makefile.in b/Makefile.in index 144267f52fb..733133c5a2a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -390,8 +390,7 @@ install-arch-indep: mkdir ### Build Emacs and install it, stripping binaries while installing them. install-strip: - $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ - install + $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install ### Build all the directories we're going to install Emacs in. Since ### we may be creating several layers of directories (for example,